home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / multimedia / tuxpaint / tuxpaint-0.9.20-win32-installer.exe / {app} / docs / libdocs / fltk / ANNOUNCEMENT next >
Text File  |  2007-08-11  |  23KB  |  468 lines

  1. ----TEXT----
  2.  
  3. The second release candidate for FLTK 1.1.4 is now available for
  4. download and testing.  You now have until August 12th, 2003 to
  5. report any problems with this release candidate using the
  6. software trouble report form at the following URL:
  7.  
  8.     http://www.fltk.org/str.php
  9.  
  10. If no priority 4 or 5 STRs are received and confirmed before
  11. this date, FLTK 1.1.4 will be released.
  12.  
  13. Note: Since problems reported on the FLTK newsgroups or mailing
  14. lists are *not* automatically entered as STRs, it is important
  15. that you report any problems using the STR form.
  16.  
  17. ---- Draft FLTK 1.1.4 Release Announcement ----
  18.  
  19. The FLTK Team is proud to announce the release of FLTK 1.1.4,
  20. a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
  21. Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
  22. modern GUI functionality without the bloat and supports 3D
  23. graphics via OpenGL(r) and its built-in GLUT emulation.
  24.  
  25. The FLTK 1.1.4 release is primarily a bug-fix release including
  26. fixes to FLUID and the Fl_File_Chooser, Fl_Help_View,
  27. Fl_Text_Display, and Fl_Text_Editor widgets.  The new release
  28. also adds a find method to Fl_Help_View.
  29.  
  30. FLTK is provided under the GNU Library Public License with
  31. exceptions that allow for static linking.
  32.  
  33. Changes since FLTK 1.1.3 include:
  34.  
  35.     - The fl_read_image() function was not implemented on
  36.       OSX (STR #161)
  37.     - VC++ 7.1 didn't like how the copy operators were
  38.       disabled for the Fl_Widget class; now include inline
  39.       code which will never be used but makes VC++ happy
  40.       (STR #156)
  41.     - Fixed an IRIX compile problem caused by a missing
  42.       #include (STR #157)
  43.     - FLUID didn't write color/selection_color() calls using
  44.       the symbolic names when possible, nor did it cast
  45.       integer colors to Fl_Color (STR #146)
  46.     - Fl_File_Chooser was very close for multiple file
  47.       selection in large directories (STR #140)
  48.     - Fl_Text_Display/Editor did not disable the current
  49.       selection when focus was shifted to another widget
  50.       (STR #131)
  51.     - Fl_Choice didn't use the normal focus box when the
  52.       plastic scheme was in use (STR #129)
  53.     - Fl_Text_Editor didn't use selection_color()
  54.       consistently (STR #130)
  55.     - The fltk_forms, fltk_gl, and fltk_images DSO's and
  56.       HP-UX shared libraries are now linked against the fltk
  57.       shared library to provide complete dependency
  58.       resolution (STR #118)
  59.     - The configure.in file did not work with autoconf 2.57.
  60.     - FLUID didn't redraw widgets when changing the X, Y, W,
  61.       or H values in the widget panel (STR #120)
  62.     - Fl_Window::show(argc, argv) wasn't calling
  63.       Fl::get_system_colors() as documented (STR #119)
  64.     - DSO (shared library) building wasn't quite right for
  65.       some platforms (STR #118)
  66.     - OSX: some changes to make ProjectBuilder compiles
  67.       possible.
  68.     - OSX: FLTK would not know where a window was positioned
  69.       by the OS. As a result, popup menus could open at 
  70.       wrong positions.
  71.     - Fl_Window::show(argc,argv) incorrectly opened the
  72.       display prior to parsing the arguments; this prevented
  73.       the "-display foo" option from working (STR #111)
  74.     - Images were not clipped properly on MacOS X (STR #114)
  75.     - Fl::reload_scheme() and Fl::scheme("foo") incorrectly
  76.       called Fl::get_system_colors().  This prevented an
  77.       application from setting its own color preferences
  78.       (STR #115)
  79.     - The 'Enter' key event on OS X would not set Fl::e_text
  80.       (STR #???)
  81.     - Changed behaviour of fluid to always paste into
  82.       a selected group (STR #88)
  83.     - Menuitem now changes font, even if fontsize
  84.       is not set (STR #110)
  85.     - Swapped shortcut labels in OS X (STR #86)
  86.     - Non-square Fl_Dial would calculate angle from user
  87.       input wrong (STR #101)
  88.     - Updated documentatiopn of fl_draw (STR #94)
  89.       and Fl_Menu_::add() (STR #99)
  90.     - Fluid collapse triangle events were not offset by
  91.           horizontal scroll (STR #106)
  92.     - QuitAppleEvent now correctly returns from Fl::run()
  93.           instead of just exiting (STR #87)
  94.     - Hiding the first created OpenGL context was not
  95.       possible. FLTK now manages a list of contexts (STR #77)
  96.     - FLUID didn't keep the double/single buffer type for
  97.       windows.
  98.     - FLTK didn't work with Xft2.
  99.     - OSX window resizing didn't work (STR #64)
  100.     - Fixed MacOS X shared library generation (STR #51)
  101.     - Several widgets defined their own size() method but
  102.       didn't provide an inline method that mapped to the
  103.       Fl_Widget::size() method (STR #62)
  104.     - Fl_Scroll didn't provide its own clear() method, so
  105.       calling clear() on a Fl_Scroll widget would also
  106.       destroy the scrollbars (STR #75)
  107.     - Fl::event_text() was sometimes initialized to NULL
  108.       instead of an empty string (STR #70)
  109.     - fl_draw() didn't properly handle a trailing escaped
  110.       "@" character (STR #84)
  111.     - Added documentation for all forms of
  112.       Fl_Widget::damage() (STR #61)
  113.     - Fl_Double_Window now has a type() value of
  114.       FL_DOUBLE_WINDOW, to allow double-buffered windows to
  115.       process redraws properly on WIN32 (STR #46)
  116.     - Added FL_DAMAGE_USER1 and FL_DAMAGE_USER2 damage bits
  117.       for use by widget developers (STR #57)
  118.     - Fl_Help_View didn't support numeric character entities
  119.       (STR #66)
  120.     - Menu shortcuts didn't use the Mac key names under
  121.       MacOS X (STR #71)
  122.     - CodeWarrior Mac OS X updated to work with current
  123.       CW8.3 (STR #34)
  124.     - Apple-C/X/V/Z didn't work in the Fl_Input widget due
  125.       to a bad mapping to control keys (STR #79)
  126.     - Added the OSX-specific fl_open_callback() function to
  127.       handle Open Documents messages from the Finder (STR
  128.       #80)
  129.     - The configure script contained erroneous whitespace in
  130.       various tests which caused errors on some platforms
  131.       (STR #60)
  132.     - The fltk-config script still supported the deprecated
  133.       --prefix and --exec-prefix options; dropped them since
  134.       they serve no useful purpose and would never have
  135.       worked for the intended purpose anyways... (STR #56)
  136.     - fl_filename_list returned 0 on Win32 if no directory
  137.       existed (STR #54)
  138.     - Pressing 'home' after the last letter in a Text_Editor
  139.       would move the cursor to pos 0 (STR #39)
  140.     - Fl::get_key(x) would mix up Ctrl and Meta on OS X (STR
  141.       #55)
  142.     - The configure script used the wrong dynamic library
  143.       linking command for OSX (STR #51)
  144.     - The Fl_Text_Editor widget did not set changed() nor
  145.       did it call the widget's callback function for
  146.       FL_WHEN_CHANGED when processing characters that
  147.       Fl::compose() handles (STR #52)
  148.     - The file chooser did not reset the click count when
  149.       changing directories; if you clicked on a file in the
  150.       same position after changing directories with a
  151.       double- click, the chooser treated it as a triple
  152.       click (STR #27)
  153.     - Symbols with outlines did not get drawn inactive.
  154.     - The Fl_Help_View widget now provides a find() method
  155.       to search for text within the page.
  156.     - The Fl_Help_Dialog widget now provides a search box
  157.       for entering text to search for.
  158.     - The default font encoding on OSX did not match the
  159.       default on WIN32 or X11.
  160.     - Menu items were not drawn using the font specified in
  161.       the Fl_Menu_Item structure (STR #30)
  162.     - Long menus that were aligned such that the top of an
  163.       item was exactly at the top of the screen would not
  164.       scroll (STR #33)
  165.     - The OS issues appendix incorrectly stated that MacOS
  166.       8.6 and 9 were supported; they are not (STR #28)
  167.     - Fixed handling of nested double-buffered windows (STR
  168.       #1)
  169.     - Showing a subwindow inside a hidden window would crash
  170.       the application (STR #23)
  171.     - OSX users couldn't enter some special chars when using
  172.       some foreign key layouts (STR #32)
  173.     - Hiding subwindows on OSX would hide the parent window
  174.       (STR #22)
  175.     - Added thin plastic box types.
  176.     - Fl_Pack ignored the box() setting and cleared any
  177.       unused areas to the widget color; it now only does so
  178.       if the box() is set to something other than FL_NO_BOX.
  179.     - Updated the Fl_Tabs widget to offset the first tab by
  180.       the box dx value to avoid visual errors.
  181.     - Updated the plastic up box to draw only a single
  182.       border frame instead of the old double one for
  183.       improved appearance.
  184.     - Updated the default background color on OSX to provide
  185.       better contrast.
  186.     - Fl_Text_Display and friends now look for the next
  187.       non-punctuation/space character for word boundaries
  188.       (STR #26)
  189.     - gl_font() didn't work properly for X11 when Xft was
  190.       used (STR #12)
  191.     - Fl_File_Browser incorrectly included "." on WIN32 (STR
  192.       #9)
  193.     - Include shellapi.h instead of ShellAPI.h in the WIN32
  194.       drag-n-drop code in order to work with the MingW cross
  195.       compiler (STR #6)
  196.     - The cursor was not properly restored when doing
  197.       drag-n-drop on X11 (STR #4)
  198.     - Fl::remove_fd() didn't recalculate the highest file
  199.       descriptor properly (STR #20)
  200.     - Fl_Preferences::deleteGroup() didn't work properly
  201.       (STR #13)
  202.     - Fixed the fl_show_file_selector() function - it was
  203.       copying using the wrong string size (STR #14)
  204.     - fl_font() and fl_size() were not implemented on MacOS
  205.       X.
  206.     - Sorted the icon menu bar in fluid.
  207.     - Fixed minor memory access complaints from Valgrind
  208.     - Compiling src/flstring.h on OS X with BSD header would
  209.       fail.
  210.     - Fl_Text_Editor didn't scroll the buffer when the user
  211.       pressed Ctrl+End or Ctrl+Home.
  212.     - Fl_Text_Editor didn't show its cursor when the mouse
  213.       was moved inside the window.
  214.     - FLUID now uses an Fl_Text_Display widget for command
  215.       output, which allows you to copy and paste text from
  216.       command output into other windows.
  217.     - Fl_Gl_Window could cause a bus error on MacOS X if the
  218.       parent window was not yet shown.
  219.     - FLUID could crash after displaying a syntax error
  220.       dialog for the callback code.
  221.     - FLUID would reset the callback code if you opened the
  222.       widget panel for multiple widgets.
  223.     - Added a NULL check to Fl_Text_Display (SF Bug #706921).
  224.     - The fltk-config script placed the LDFLAGS at the wrong
  225.       place in the linker options.
  226.     - Fl_Text_Display didn't draw the outer box in the right
  227.       dimensions, so it was invisible.
  228.     - Fl_Help_Dialog used the same color for links as for
  229.       the background, causing links to be invisible on pages
  230.       without a background color set.
  231.  
  232. ----HTML----
  233.  
  234. <P>The second release candidate for FLTK 1.1.4 is now available
  235. for download and testing. You now have until August 12th, 2003 to
  236. report any problems with this release candidate using the
  237. software trouble report form at the following URL:</P>
  238.  
  239. <PRE>
  240.     <A HREF="http://www.fltk.org/str.php">http://www.fltk.org/str.php</A>
  241. </PRE>
  242.  
  243. <P>If no priority 4 or 5 STRs are received and confirmed before
  244. this date, 1.1.4 will be released.
  245.  
  246. <P>Note: Since problems reported on the FLTK newsgroups or
  247. mailing lists are <I>not</I> automatically entered as STRs, it
  248. is important that you report any problems using the STR form.
  249.  
  250. <P ALIGN="CENTER">---- Draft FLTK 1.1.4 Release Announcement ----</P>
  251.  
  252. <P>The FLTK Team is proud to announce the release of FLTK 1.1.4,
  253. a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11),
  254. Microsoft® Windows®, and MacOS® X. FLTK provides
  255. modern GUI functionality without the bloat and supports 3D
  256. graphics via OpenGL® and its built-in GLUT emulation.
  257.  
  258. <P>The FLTK 1.1.4 release is primarily a bug-fix release
  259. including fixes to FLUID and the Fl_File_Chooser, Fl_Help_View,
  260. Fl_Text_Display, and Fl_Text_Editor widgets. The new release
  261. also adds a find method to Fl_Help_View.
  262.  
  263. <P>FLTK is provided under the GNU Library Public License with
  264. exceptions that allow for static linking.
  265.  
  266. <P>Changes since FLTK 1.1.3 include:
  267.  
  268. <UL>
  269.  
  270.     <LI>The fl_read_image() function was not implemented on
  271.     OSX (<A HREF="http://www.fltk.org/str.php?L161">STR #161</A>)
  272.     <LI>VC++ 7.1 didn't like how the copy operators were
  273.     disabled for the Fl_Widget class; now include inline
  274.     code which will never be used but makes VC++ happy
  275.     (<A HREF="http://www.fltk.org/str.php?L156">STR #156</A>)
  276.     <LI>Fixed an IRIX compile problem caused by a missing
  277.     #include (<A HREF="http://www.fltk.org/str.php?L157">STR #157</A>)
  278.     <LI>FLUID didn't write color/selection_color() calls using
  279.     the symbolic names when possible, nor did it cast
  280.     integer colors to Fl_Color (<A HREF="http://www.fltk.org/str.php?L146">STR #146</A>)
  281.     <LI>Fl_File_Chooser was very close for multiple file
  282.     selection in large directories (<A HREF="http://www.fltk.org/str.php?L140">STR #140</A>)
  283.     <LI>Fl_Text_Display/Editor did not disable the current
  284.     selection when focus was shifted to another widget
  285.     (<A HREF="http://www.fltk.org/str.php?L131">STR #131</A>)
  286.     <LI>Fl_Choice didn't use the normal focus box when the
  287.     plastic scheme was in use (<A HREF="http://www.fltk.org/str.php?L129">STR #129</A>)
  288.     <LI>Fl_Text_Editor didn't use selection_color()
  289.     consistently (<A HREF="http://www.fltk.org/str.php?L130">STR #130</A>)
  290.     <LI>The fltk_forms, fltk_gl, and fltk_images DSO's and
  291.     HP-UX shared libraries are now linked against the fltk
  292.     shared library to provide complete dependency
  293.     resolution (<A HREF="http://www.fltk.org/str.php?L118">STR #118</A>)
  294.     <LI>The configure.in file did not work with autoconf 2.57.
  295.     <LI>FLUID didn't redraw widgets when changing the X, Y, W,
  296.     or H values in the widget panel (<A HREF="http://www.fltk.org/str.php?L120">STR #120</A>)
  297.     <LI>Fl_Window::show(argc, argv) wasn't calling
  298.     Fl::get_system_colors() as documented (<A HREF="http://www.fltk.org/str.php?L119">STR #119</A>)
  299.     <LI>DSO (shared library) building wasn't quite right for
  300.     some platforms (<A HREF="http://www.fltk.org/str.php?L118">STR #118</A>)
  301.     <LI>OSX: some changes to make ProjectBuilder compiles
  302.     possible.
  303.     <LI>OSX: FLTK would not know where a window was positioned
  304.     by the OS. As a result, popup menus could open at 
  305.     wrong positions.
  306.     <LI>Fl_Window::show(argc,argv) incorrectly opened the
  307.     display prior to parsing the arguments; this prevented
  308.     the "-display foo" option from working (<A HREF="http://www.fltk.org/str.php?L111">STR #111</A>)
  309.     <LI>Images were not clipped properly on MacOS X (<A HREF="http://www.fltk.org/str.php?L114">STR #114</A>)
  310.     <LI>Fl::reload_scheme() and Fl::scheme("foo") incorrectly
  311.     called Fl::get_system_colors().  This prevented an
  312.     application from setting its own color preferences
  313.     (<A HREF="http://www.fltk.org/str.php?L115">STR #115</A>)
  314.     <LI>The 'Enter' key event on OS X would not set Fl::e_text
  315.     (STR #???)
  316.     <LI>Changed behaviour of fluid to always paste into
  317.     a selected group (<A HREF="http://www.fltk.org/str.php?L88">STR #88</A>)
  318.     <LI>Menuitem now changes font, even if fontsize
  319.     is not set (<A HREF="http://www.fltk.org/str.php?L110">STR #110</A>)
  320.     <LI>Swapped shortcut labels in OS X (<A HREF="http://www.fltk.org/str.php?L86">STR #86</A>)
  321.     <LI>Non-square Fl_Dial would calculate angle from user
  322.     input wrong (<A HREF="http://www.fltk.org/str.php?L101">STR #101</A>)
  323.     <LI>Updated documentatiopn of fl_draw (<A HREF="http://www.fltk.org/str.php?L94">STR #94</A>)
  324.     and Fl_Menu_::add() (<A HREF="http://www.fltk.org/str.php?L99">STR #99</A>)
  325.     <LI>Fluid collapse triangle events were not offset by
  326.     horizontal scroll (<A HREF="http://www.fltk.org/str.php?L106">STR #106</A>)
  327.     <LI>QuitAppleEvent now correctly returns from Fl::run()
  328.     instead of just exiting (<A HREF="http://www.fltk.org/str.php?L87">STR #87</A>)
  329.     <LI>Hiding the first created OpenGL context was not
  330.     possible. FLTK now manages a list of contexts (<A HREF="http://www.fltk.org/str.php?L77">STR #77</A>)
  331.     <LI>FLUID didn't keep the double/single buffer type for
  332.     windows.
  333.     <LI>FLTK didn't work with Xft2.
  334.     <LI>OSX window resizing didn't work (<A HREF="http://www.fltk.org/str.php?L64">STR #64</A>)
  335.     <LI>Fixed MacOS X shared library generation (<A HREF="http://www.fltk.org/str.php?L51">STR #51</A>)
  336.     <LI>Several widgets defined their own size() method but
  337.     didn't provide an inline method that mapped to the
  338.     Fl_Widget::size() method (<A HREF="http://www.fltk.org/str.php?L62">STR #62</A>)
  339.     <LI>Fl_Scroll didn't provide its own clear() method, so
  340.     calling clear() on a Fl_Scroll widget would also
  341.     destroy the scrollbars (<A HREF="http://www.fltk.org/str.php?L75">STR #75</A>)
  342.     <LI>Fl::event_text() was sometimes initialized to NULL
  343.     instead of an empty string (<A HREF="http://www.fltk.org/str.php?L70">STR #70</A>)
  344.     <LI>fl_draw() didn't properly handle a trailing escaped
  345.     "@" character (<A HREF="http://www.fltk.org/str.php?L84">STR #84</A>)
  346.     <LI>Added documentation for all forms of
  347.     Fl_Widget::damage() (<A HREF="http://www.fltk.org/str.php?L61">STR #61</A>)
  348.     <LI>Fl_Double_Window now has a type() value of
  349.     FL_DOUBLE_WINDOW, to allow double-buffered windows to
  350.     process redraws properly on WIN32 (<A HREF="http://www.fltk.org/str.php?L46">STR #46</A>)
  351.     <LI>Added FL_DAMAGE_USER1 and FL_DAMAGE_USER2 damage bits
  352.     for use by widget developers (<A HREF="http://www.fltk.org/str.php?L57">STR #57</A>)
  353.     <LI>Fl_Help_View didn't support numeric character entities
  354.     (<A HREF="http://www.fltk.org/str.php?L66">STR #66</A>)
  355.     <LI>Menu shortcuts didn't use the Mac key names under
  356.     MacOS X (<A HREF="http://www.fltk.org/str.php?L71">STR #71</A>)
  357.     <LI>CodeWarrior Mac OS X updated to work with current
  358.     CW8.3 (<A HREF="http://www.fltk.org/str.php?L34">STR #34</A>)
  359.     <LI>Apple-C/X/V/Z didn't work in the Fl_Input widget due
  360.     to a bad mapping to control keys (<A HREF="http://www.fltk.org/str.php?L79">STR #79</A>)
  361.     <LI>Added the OSX-specific fl_open_callback() function to
  362.     handle Open Documents messages from the Finder (STR
  363.     #80)
  364.     <LI>The configure script contained erroneous whitespace in
  365.     various tests which caused errors on some platforms
  366.     (<A HREF="http://www.fltk.org/str.php?L60">STR #60</A>)
  367.     <LI>The fltk-config script still supported the deprecated
  368.     --prefix and --exec-prefix options; dropped them since
  369.     they serve no useful purpose and would never have
  370.     worked for the intended purpose anyways... (<A HREF="http://www.fltk.org/str.php?L56">STR #56</A>)
  371.     <LI>fl_filename_list returned 0 on Win32 if no directory
  372.     existed (<A HREF="http://www.fltk.org/str.php?L54">STR #54</A>)
  373.     <LI>Pressing 'home' after the last letter in a Text_Editor
  374.     would move the cursor to pos 0 (<A HREF="http://www.fltk.org/str.php?L39">STR #39</A>)
  375.     <LI>Fl::get_key(x) would mix up Ctrl and Meta on OS X (STR
  376.     #55)
  377.     <LI>The configure script used the wrong dynamic library
  378.     linking command for OSX (<A HREF="http://www.fltk.org/str.php?L51">STR #51</A>)
  379.     <LI>The Fl_Text_Editor widget did not set changed() nor
  380.     did it call the widget's callback function for
  381.     FL_WHEN_CHANGED when processing characters that
  382.     Fl::compose() handles (<A HREF="http://www.fltk.org/str.php?L52">STR #52</A>)
  383.     <LI>The file chooser did not reset the click count when
  384.     changing directories; if you clicked on a file in the
  385.     same position after changing directories with a
  386.     double<LI>click, the chooser treated it as a triple
  387.     click (<A HREF="http://www.fltk.org/str.php?L27">STR #27</A>)
  388.     <LI>Symbols with outlines did not get drawn inactive.
  389.     <LI>The Fl_Help_View widget now provides a find() method
  390.     to search for text within the page.
  391.     <LI>The Fl_Help_Dialog widget now provides a search box
  392.     for entering text to search for.
  393.     <LI>The default font encoding on OSX did not match the
  394.     default on WIN32 or X11.
  395.     <LI>Menu items were not drawn using the font specified in
  396.     the Fl_Menu_Item structure (<A HREF="http://www.fltk.org/str.php?L30">STR #30</A>)
  397.     <LI>Long menus that were aligned such that the top of an
  398.     item was exactly at the top of the screen would not
  399.     scroll (<A HREF="http://www.fltk.org/str.php?L33">STR #33</A>)
  400.     <LI>The OS issues appendix incorrectly stated that MacOS
  401.     8.6 and 9 were supported; they are not (<A HREF="http://www.fltk.org/str.php?L28">STR #28</A>)
  402.     <LI>Fixed handling of nested double-buffered windows (STR
  403.     #1)
  404.     <LI>Showing a subwindow inside a hidden window would crash
  405.     the application (<A HREF="http://www.fltk.org/str.php?L23">STR #23</A>)
  406.     <LI>OSX users couldn't enter some special chars when using
  407.     some foreign key layouts (<A HREF="http://www.fltk.org/str.php?L32">STR #32</A>)
  408.     <LI>Hiding subwindows on OSX would hide the parent window
  409.     (<A HREF="http://www.fltk.org/str.php?L22">STR #22</A>)
  410.     <LI>Added thin plastic box types.
  411.     <LI>Fl_Pack ignored the box() setting and cleared any
  412.     unused areas to the widget color; it now only does so
  413.     if the box() is set to something other than FL_NO_BOX.
  414.     <LI>Updated the Fl_Tabs widget to offset the first tab by
  415.     the box dx value to avoid visual errors.
  416.     <LI>Updated the plastic up box to draw only a single
  417.     border frame instead of the old double one for
  418.     improved appearance.
  419.     <LI>Updated the default background color on OSX to provide
  420.     better contrast.
  421.     <LI>Fl_Text_Display and friends now look for the next
  422.     non-punctuation/space character for word boundaries
  423.     (<A HREF="http://www.fltk.org/str.php?L26">STR #26</A>)
  424.     <LI>gl_font() didn't work properly for X11 when Xft was
  425.     used (<A HREF="http://www.fltk.org/str.php?L12">STR #12</A>)
  426.     <LI>Fl_File_Browser incorrectly included "." on WIN32 (STR
  427.     #9)
  428.     <LI>Include shellapi.h instead of ShellAPI.h in the WIN32
  429.     drag-n-drop code in order to work with the MingW cross
  430.     compiler (<A HREF="http://www.fltk.org/str.php?L6">STR #6</A>)
  431.     <LI>The cursor was not properly restored when doing
  432.     drag-n-drop on X11 (<A HREF="http://www.fltk.org/str.php?L4">STR #4</A>)
  433.     <LI>Fl::remove_fd() didn't recalculate the highest file
  434.     descriptor properly (<A HREF="http://www.fltk.org/str.php?L20">STR #20</A>)
  435.     <LI>Fl_Preferences::deleteGroup() didn't work properly
  436.     (<A HREF="http://www.fltk.org/str.php?L13">STR #13</A>)
  437.     <LI>Fixed the fl_show_file_selector() function <LI>it was
  438.     copying using the wrong string size (<A HREF="http://www.fltk.org/str.php?L14">STR #14</A>)
  439.     <LI>fl_font() and fl_size() were not implemented on MacOS
  440.     X.
  441.     <LI>Sorted the icon menu bar in fluid.
  442.     <LI>Fixed minor memory access complaints from Valgrind
  443.     <LI>Compiling src/flstring.h on OS X with BSD header would
  444.     fail.
  445.     <LI>Fl_Text_Editor didn't scroll the buffer when the user
  446.     pressed Ctrl+End or Ctrl+Home.
  447.     <LI>Fl_Text_Editor didn't show its cursor when the mouse
  448.     was moved inside the window.
  449.     <LI>FLUID now uses an Fl_Text_Display widget for command
  450.     output, which allows you to copy and paste text from
  451.     command output into other windows.
  452.     <LI>Fl_Gl_Window could cause a bus error on MacOS X if the
  453.     parent window was not yet shown.
  454.     <LI>FLUID could crash after displaying a syntax error
  455.     dialog for the callback code.
  456.     <LI>FLUID would reset the callback code if you opened the
  457.     widget panel for multiple widgets.
  458.     <LI>Added a NULL check to Fl_Text_Display (SF Bug #706921).
  459.     <LI>The fltk-config script placed the LDFLAGS at the wrong
  460.     place in the linker options.
  461.     <LI>Fl_Text_Display didn't draw the outer box in the right
  462.     dimensions, so it was invisible.
  463.     <LI>Fl_Help_Dialog used the same color for links as for
  464.     the background, causing links to be invisible on pages
  465.     without a background color set.
  466.  
  467. </UL>
  468.